Add icons for frame buttons
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Mar 2013 23:11:26 +0000 (19:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 16:19:50 +0000 (12:19 -0400)
commit7d71f8888d54709537941c533c6ac157cd117304
treefca78d85077f16d75478c797b8a40453df7198d3
parent93c345e49f4190800128178348f4680bc40c7fbe
Add icons for frame buttons

Add window-minimize, window-maximize, window-restore and window-delete
icons to the builtin icon theme. These will be used for icons in
the window buttons, and the expectation is that the icon theme
will provide icons matching the desired decoration style.

window-delete is used instead of window-close, since window-close
is also used for GTK_STOCK_CLOSE, and the two may require different
styles when used inside the application vs in the window frame.
gtk/Makefile.am
gtk/stock-icons/16/window-delete.png [new file with mode: 0644]
gtk/stock-icons/16/window-maximize.png [new file with mode: 0644]
gtk/stock-icons/16/window-minimize.png [new file with mode: 0644]
gtk/stock-icons/16/window-restore.png [new file with mode: 0644]